home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / msc / plconfig.c < prev    next >
Encoding:
Text File  |  1994-05-25  |  915 b   |  28 lines

  1. @echo off
  2. cls
  3. echo *
  4. echo *
  5. echo * Configuring the system to use Microsoft C 6.0 Professional
  6. echo * Development System, and Microsoft Fortran 5.0 under OS/2.
  7. echo *
  8. echo * Target environment is DOS
  9. echo *
  10.  
  11. set     path=c:\c6.0\binp;c:\c6.0\binb;c:\f5.0\bin;%syspath%
  12. set     path=%path%c:\util2;c:\bndutil;c:\cmd
  13.  
  14. set      lib=c:\c6.0\lib;c:\f5.0\lib
  15. set   include=c:\c6.0\include;c:\f5.0\include
  16. rem set  init=c:\c6.0\init    Actually, just leave it set to \util\tools
  17. set helpfiles=c:\c6.0\help\*.hlp
  18. set       cl= /FPi87 /Lr /link graphics
  19. set       fl= /FPi87 /link /NOE /NOD:llibfor7 /NOD:llibc7 llibc7r llibf7rc graphics
  20.  
  21. echo * Okay, Buddy, the computer is configured for using both products.
  22. echo * Here is how the environment is set:
  23. echo ------------------------------------------------------------------------
  24. set
  25. echo ------------------------------------------------------------------------
  26. echo * Any questions?
  27. echo *
  28.